internal/runtime/maps.Map.tombstonePossible (field)

4 uses

	internal/runtime/maps (current package)
		map.go#L241: 	tombstonePossible bool
		map.go#L670: 			m.tombstonePossible = true
		map.go#L736: 	if m == nil || m.Used() == 0 && !m.tombstonePossible {
		map.go#L758: 		m.tombstonePossible = false